func runtime.goschedImpl

4 uses

	runtime (current package)
		proc.go#L4124: func goschedImpl(gp *g, preempted bool) {
		proc.go#L4160: 	goschedImpl(gp, false)
		proc.go#L4168: 	goschedImpl(gp, false)
		proc.go#L4172: 	goschedImpl(gp, true)